home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / hypercar / fun / lzepp09.sit / Led Zeppelin 0.90 / background_2786.xml next >
Encoding:
Extensible Markup Language  |  1992-08-27  |  17.8 KB  |  521 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>2786</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_3630.pbm</bitmap>
  7.     <cantDelete> <true /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_3188.css" />
  11.     <part>
  12.         <id>20</id>
  13.         <type>button</type>
  14.         <visible> <false /> </visible>
  15.         <reserved5> 0 </reserved5>
  16.         <reserved4> 0 </reserved4>
  17.         <reserved3> 0 </reserved3>
  18.         <reserved2> 0 </reserved2>
  19.         <reserved1> 0 </reserved1>
  20.         <enabled> <true /> </enabled>
  21.         <rect>
  22.             <left>303</left>
  23.             <top>111</top>
  24.             <right>376</right>
  25.             <bottom>127</bottom>
  26.         </rect>
  27.         <style>roundrect</style>
  28.         <showName> <true /> </showName>
  29.         <highlight> <false /> </highlight>
  30.         <autoHighlight> <true /> </autoHighlight>
  31.         <sharedHighlight> <true /> </sharedHighlight>
  32.         <family>0</family>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>center</textAlign>
  36.         <font>Chicago</font>
  37.         <textSize>12</textSize>
  38.         <textStyle>plain</textStyle>
  39.         <name>Swap Alias</name>
  40.         <script>on mouseUp
  41. global titstring, lystring, oldline,akaline,oldtitle
  42. if titstring is empty then
  43. answer "click on the line you want to swap first"
  44. set locktext of field aka to true
  45. else
  46. answer "swap main title for selected title?" with "no" or "yes"
  47. if it is "yes" then
  48. delete line akaline of field aka
  49. put field title into oldtitle
  50. put titstring into field title
  51. put titstring&return before field aka
  52. set lockscreen to true
  53. push card
  54. deletetitle
  55. inserttitle
  56. pop card
  57. set lockscreen to false
  58. end if
  59.  
  60. end if
  61.  
  62. end mouseup
  63. </script>
  64.     </part>
  65.     <part>
  66.         <id>23</id>
  67.         <type>button</type>
  68.         <visible> <false /> </visible>
  69.         <reserved5> 0 </reserved5>
  70.         <reserved4> 0 </reserved4>
  71.         <reserved3> 0 </reserved3>
  72.         <reserved2> 0 </reserved2>
  73.         <reserved1> 0 </reserved1>
  74.         <enabled> <true /> </enabled>
  75.         <rect>
  76.             <left>378</left>
  77.             <top>111</top>
  78.             <right>441</right>
  79.             <bottom>127</bottom>
  80.         </rect>
  81.         <style>roundrect</style>
  82.         <showName> <true /> </showName>
  83.         <highlight> <false /> </highlight>
  84.         <autoHighlight> <true /> </autoHighlight>
  85.         <sharedHighlight> <true /> </sharedHighlight>
  86.         <family>0</family>
  87.         <titleWidth>0</titleWidth>
  88.         <icon>0</icon>
  89.         <textAlign>center</textAlign>
  90.         <font>Chicago</font>
  91.         <textSize>12</textSize>
  92.         <textStyle>plain</textStyle>
  93.         <name>Add Alias</name>
  94.         <script>on mouseUp
  95. global titstring
  96. if short name of this card is "titlelist" then -- at TOC, pick a song
  97. gotitle
  98. if short name of this card is "titlelist" then
  99. beep
  100. exit mouseup -- still at TOC, didn't pick a song pick a song
  101. end if
  102. end if
  103.  
  104. ask "what is the alternate title?" with titstring
  105. put it into titstring
  106. if titstring is not empty then
  107. if  not  (last char of field aka is return) then
  108. put return after field aka
  109. end if
  110. put titstring after field aka
  111. set the scroll of field aka to (number of lines of field aka-2)*9
  112. answer "should alternate title be added to TOC card?"┬¼
  113. with "yes" or "no"
  114. if it is "yes" then
  115.  
  116. set the lockscreen to true
  117. push card
  118. insertTitle
  119. pop card
  120. set the lockscreen to false
  121. end if
  122. end if
  123.  
  124.  
  125. end mouseup
  126. </script>
  127.     </part>
  128.     <part>
  129.         <id>24</id>
  130.         <type>button</type>
  131.         <visible> <false /> </visible>
  132.         <reserved5> 0 </reserved5>
  133.         <reserved4> 0 </reserved4>
  134.         <reserved3> 0 </reserved3>
  135.         <reserved2> 0 </reserved2>
  136.         <reserved1> 0 </reserved1>
  137.         <enabled> <true /> </enabled>
  138.         <rect>
  139.             <left>443</left>
  140.             <top>111</top>
  141.             <right>510</right>
  142.             <bottom>127</bottom>
  143.         </rect>
  144.         <style>roundrect</style>
  145.         <showName> <true /> </showName>
  146.         <highlight> <false /> </highlight>
  147.         <autoHighlight> <true /> </autoHighlight>
  148.         <sharedHighlight> <true /> </sharedHighlight>
  149.         <family>0</family>
  150.         <titleWidth>0</titleWidth>
  151.         <icon>0</icon>
  152.         <textAlign>center</textAlign>
  153.         <font>Chicago</font>
  154.         <textSize>12</textSize>
  155.         <textStyle>plain</textStyle>
  156.         <name>Edit Alias</name>
  157.         <script>on mouseUp --titstring & akaline set by script of field
  158. global titstring, akaline, lystring,oldtitle
  159. if titstring is empty then
  160. answer "select the line you want to edit first"
  161. else --
  162. if akaline is 1 then
  163. put titstring into oldtitle
  164. answer "editing main title!" with "Cancel" or "OK"
  165. else put "OK" into it
  166.  
  167. if it is "Cancel" then exit mouseup
  168. else
  169. put empty into it
  170. ask "edit line below" with titstring
  171. if it is not empty then
  172. put it into titstring
  173. put titstring into line akaline of field aka
  174. else  --empty line
  175. if akaline is 1 then
  176. answer "Can't delete main title"
  177. exit mouseup
  178. end if
  179. answer "do you really want to delete it?"┬¼
  180. with "Cancel" or "Delete"
  181. if it is "Delete" then delete line akaline of field aka
  182. end if
  183. end if
  184.  
  185. if akaline is 1 then --editting title?
  186. set cursor to ball
  187. set lockscreen to true
  188. push card
  189. put titstring  into field title
  190. put "deleting old title:"&oldtitle
  191. deletetitle      --delete old title!?
  192. if oldtitle is not empty then --old title set to empty if not fnd
  193. put "inserting new title:"&titstring
  194. inserttitle
  195. end if
  196. pop card
  197. set lockscreen to false
  198. set cursor to hand
  199. end if
  200. end if
  201. end mouseup
  202. </script>
  203.     </part>
  204.     <part>
  205.         <id>35</id>
  206.         <type>button</type>
  207.         <visible> <true /> </visible>
  208.         <reserved5> 0 </reserved5>
  209.         <reserved4> 0 </reserved4>
  210.         <reserved3> 0 </reserved3>
  211.         <reserved2> 0 </reserved2>
  212.         <reserved1> 0 </reserved1>
  213.         <enabled> <true /> </enabled>
  214.         <rect>
  215.             <left>463</left>
  216.             <top>312</top>
  217.             <right>489</right>
  218.             <bottom>342</bottom>
  219.         </rect>
  220.         <style>transparent</style>
  221.         <showName> <false /> </showName>
  222.         <highlight> <false /> </highlight>
  223.         <autoHighlight> <true /> </autoHighlight>
  224.         <sharedHighlight> <true /> </sharedHighlight>
  225.         <family>0</family>
  226.         <titleWidth>0</titleWidth>
  227.         <icon>1014</icon>
  228.         <textAlign>center</textAlign>
  229.         <font>Chicago</font>
  230.         <textSize>12</textSize>
  231.         <textStyle>plain</textStyle>
  232.         <name>Prev</name>
  233.         <script>on mouseUp
  234. if the number of this card is 5 then
  235. answer "This is the first song card."
  236. else
  237. visual effect scroll right
  238. go to prev card
  239. end if
  240. end mouseUp
  241.  
  242. </script>
  243.     </part>
  244.     <part>
  245.         <id>36</id>
  246.         <type>button</type>
  247.         <visible> <true /> </visible>
  248.         <reserved5> 0 </reserved5>
  249.         <reserved4> 0 </reserved4>
  250.         <reserved3> 0 </reserved3>
  251.         <reserved2> 0 </reserved2>
  252.         <reserved1> 0 </reserved1>
  253.         <enabled> <true /> </enabled>
  254.         <rect>
  255.             <left>433</left>
  256.             <top>316</top>
  257.             <right>466</right>
  258.             <bottom>342</bottom>
  259.         </rect>
  260.         <style>transparent</style>
  261.         <showName> <false /> </showName>
  262.         <highlight> <false /> </highlight>
  263.         <autoHighlight> <true /> </autoHighlight>
  264.         <sharedHighlight> <false /> </sharedHighlight>
  265.         <family>0</family>
  266.         <titleWidth>0</titleWidth>
  267.         <icon>2162</icon>
  268.         <textAlign>center</textAlign>
  269.         <font>Chicago</font>
  270.         <textSize>12</textSize>
  271.         <textStyle>plain</textStyle>
  272.         <name>GoSongs</name>
  273.         <script>on mouseUp
  274. visual scroll right
  275. go to card "Song Lyrics & Notes"
  276. end mouseUp
  277.  
  278. </script>
  279.     </part>
  280.     <part>
  281.         <id>51</id>
  282.         <type>button</type>
  283.         <visible> <true /> </visible>
  284.         <reserved5> 0 </reserved5>
  285.         <reserved4> 0 </reserved4>
  286.         <reserved3> 0 </reserved3>
  287.         <reserved2> 0 </reserved2>
  288.         <reserved1> 0 </reserved1>
  289.         <enabled> <true /> </enabled>
  290.         <rect>
  291.             <left>0</left>
  292.             <top>0</top>
  293.             <right>512</right>
  294.             <bottom>12</bottom>
  295.         </rect>
  296.         <style>transparent</style>
  297.         <showName> <false /> </showName>
  298.         <highlight> <false /> </highlight>
  299.         <autoHighlight> <false /> </autoHighlight>
  300.         <sharedHighlight> <true /> </sharedHighlight>
  301.         <family>0</family>
  302.         <titleWidth>0</titleWidth>
  303.         <icon>0</icon>
  304.         <textAlign>center</textAlign>
  305.         <font>Chicago</font>
  306.         <textSize>12</textSize>
  307.         <textStyle>plain</textStyle>
  308.         <name>Hide-A-Menu</name>
  309.         <script>on mouseEnter
  310. if the screenRect is "0,0,512,342" then show menubar
  311. end mouseEnter
  312.  
  313. on mouseLeave
  314. if the screenRect is "0,0,512,342" then hide menubar
  315. end mouseLeave</script>
  316.     </part>
  317.     <part>
  318.         <id>41</id>
  319.         <type>field</type>
  320.         <visible> <true /> </visible>
  321.         <dontWrap> <false /> </dontWrap>
  322.         <dontSearch> <true /> </dontSearch>
  323.         <sharedText> <false /> </sharedText>
  324.         <fixedLineHeight> <true /> </fixedLineHeight>
  325.         <autoTab> <false /> </autoTab>
  326.         <lockText> <false /> </lockText>
  327.         <rect>
  328.             <left>373</left>
  329.             <top>68</top>
  330.             <right>505</right>
  331.             <bottom>237</bottom>
  332.         </rect>
  333.         <style>opaque</style>
  334.         <autoSelect> <false /> </autoSelect>
  335.         <showLines> <false /> </showLines>
  336.         <wideMargins> <false /> </wideMargins>
  337.         <multipleLines> <false /> </multipleLines>
  338.         <reservedFamily> 0 </reservedFamily>
  339.         <titleWidth>0</titleWidth>
  340.         <icon>0</icon>
  341.         <textAlign>left</textAlign>
  342.         <font>Geneva</font>
  343.         <textSize>9</textSize>
  344.         <textStyle>plain</textStyle>
  345.         <textHeight>12</textHeight>
  346.         <name>notes</name>
  347.         <script></script>
  348.     </part>
  349.     <part>
  350.         <id>44</id>
  351.         <type>button</type>
  352.         <visible> <true /> </visible>
  353.         <reserved5> 0 </reserved5>
  354.         <reserved4> 0 </reserved4>
  355.         <reserved3> 0 </reserved3>
  356.         <reserved2> 0 </reserved2>
  357.         <reserved1> 0 </reserved1>
  358.         <enabled> <true /> </enabled>
  359.         <rect>
  360.             <left>372</left>
  361.             <top>244</top>
  362.             <right>436</right>
  363.             <bottom>289</bottom>
  364.         </rect>
  365.         <style>transparent</style>
  366.         <showName> <true /> </showName>
  367.         <highlight> <false /> </highlight>
  368.         <autoHighlight> <true /> </autoHighlight>
  369.         <sharedHighlight> <false /> </sharedHighlight>
  370.         <family>0</family>
  371.         <titleWidth>0</titleWidth>
  372.         <icon>1004</icon>
  373.         <textAlign>center</textAlign>
  374.         <font>Chicago</font>
  375.         <textSize>12</textSize>
  376.         <textStyle>plain</textStyle>
  377.         <name>Text Output</name>
  378.         <script>on mouseUp
  379. put field title into fname
  380. answer "Write the lyrics of "&fname&" to a TeachText file?" with Proceed or Cancel
  381. if it is Proceed then
  382. set cursor to watch
  383. put field title&return&"by "&field author&return&"┬⌐ "&┬¼
  384. field copywrite &return&return&field lyrics into fcontent
  385. open file fname
  386. write fcontent to file fname
  387. close file fname
  388. setFileType fname, "TEXT", "ttxt"  -- XCMD
  389. set cursor to hand
  390. end if
  391. end mouseUp
  392.  
  393. on mouseEnter
  394. FullBalloons showSTR, 128    -- , "395,325"
  395. end mouseEnter
  396. </script>
  397.     </part>
  398.     <part>
  399.         <id>45</id>
  400.         <type>button</type>
  401.         <visible> <true /> </visible>
  402.         <reserved5> 0 </reserved5>
  403.         <reserved4> 0 </reserved4>
  404.         <reserved3> 0 </reserved3>
  405.         <reserved2> 0 </reserved2>
  406.         <reserved1> 0 </reserved1>
  407.         <enabled> <true /> </enabled>
  408.         <rect>
  409.             <left>443</left>
  410.             <top>244</top>
  411.             <right>507</right>
  412.             <bottom>289</bottom>
  413.         </rect>
  414.         <style>transparent</style>
  415.         <showName> <true /> </showName>
  416.         <highlight> <false /> </highlight>
  417.         <autoHighlight> <true /> </autoHighlight>
  418.         <sharedHighlight> <false /> </sharedHighlight>
  419.         <family>0</family>
  420.         <titleWidth>0</titleWidth>
  421.         <icon>1014</icon>
  422.         <textAlign>center</textAlign>
  423.         <font>Chicago</font>
  424.         <textSize>12</textSize>
  425.         <textStyle>plain</textStyle>
  426.         <name>Go To Album</name>
  427.         <script>on mouseUp
  428. lock screen
  429. put bkgnd field title into choice
  430. go to card "Album Information"
  431. find string choice
  432. unlock screen with dissolve fast
  433. end mouseUp</script>
  434.     </part>
  435.     <part>
  436.         <id>47</id>
  437.         <type>field</type>
  438.         <visible> <true /> </visible>
  439.         <dontWrap> <false /> </dontWrap>
  440.         <dontSearch> <true /> </dontSearch>
  441.         <sharedText> <false /> </sharedText>
  442.         <fixedLineHeight> <true /> </fixedLineHeight>
  443.         <autoTab> <false /> </autoTab>
  444.         <lockText> <true /> </lockText>
  445.         <rect>
  446.             <left>473</left>
  447.             <top>48</top>
  448.             <right>512</right>
  449.             <bottom>63</bottom>
  450.         </rect>
  451.         <style>transparent</style>
  452.         <autoSelect> <false /> </autoSelect>
  453.         <showLines> <false /> </showLines>
  454.         <wideMargins> <false /> </wideMargins>
  455.         <multipleLines> <false /> </multipleLines>
  456.         <reservedFamily> 0 </reservedFamily>
  457.         <titleWidth>0</titleWidth>
  458.         <icon>0</icon>
  459.         <textAlign>right</textAlign>
  460.         <font>Geneva</font>
  461.         <textSize>9</textSize>
  462.         <textStyle>condense</textStyle>
  463.         <textStyle>outline</textStyle>
  464.         <textHeight>12</textHeight>
  465.         <name>Time</name>
  466.         <script></script>
  467.     </part>
  468.     <part>
  469.         <id>15</id>
  470.         <type>field</type>
  471.         <visible> <true /> </visible>
  472.         <dontWrap> <false /> </dontWrap>
  473.         <dontSearch> <false /> </dontSearch>
  474.         <sharedText> <false /> </sharedText>
  475.         <fixedLineHeight> <true /> </fixedLineHeight>
  476.         <autoTab> <false /> </autoTab>
  477.         <lockText> <true /> </lockText>
  478.         <rect>
  479.             <left>19</left>
  480.             <top>5</top>
  481.             <right>339</right>
  482.             <bottom>30</bottom>
  483.         </rect>
  484.         <style>transparent</style>
  485.         <autoSelect> <false /> </autoSelect>
  486.         <showLines> <false /> </showLines>
  487.         <wideMargins> <false /> </wideMargins>
  488.         <multipleLines> <false /> </multipleLines>
  489.         <reservedFamily> 0 </reservedFamily>
  490.         <titleWidth>0</titleWidth>
  491.         <icon>0</icon>
  492.         <textAlign>left</textAlign>
  493.         <font>Helvetica</font>
  494.         <textSize>18</textSize>
  495.         <textStyle>condense</textStyle>
  496.         <textStyle>shadow</textStyle>
  497.         <textStyle>bold</textStyle>
  498.         <textHeight>24</textHeight>
  499.         <name>Title</name>
  500.         <script></script>
  501.     </part>
  502.     <part>
  503.         <id>16</id>
  504.         <type>field</type>
  505.         <visible> <true /> </visible>
  506.         <dontWrap> <false /> </dontWrap>
  507.         <dontSearch> <true /> </dontSearch>
  508.         <sharedText> <false /> </sharedText>
  509.         <fixedLineHeight> <true /> </fixedLineHeight>
  510.         <autoTab> <false /> </autoTab>
  511.         <lockText> <false /> </lockText>
  512.         <rect>
  513.             <left>354</left>
  514.             <top>2</top>
  515.             <right>512</right>
  516.             <bottom>27</bottom>
  517.         </rect>
  518.         <style>transparent</style>
  519.         <autoSelect> <false /> </autoSelect>
  520.         <showLines> <false /> </showLines>
  521.         <wideMargins> <false /> </wideMargins>
  522.         <multipleLines> <false /> </multipleLines>
  523.         <reservedFamily> 0 </reservedFamily>
  524.         <titleWidth>0</titleWidth>
  525.         <icon>0</icon>
  526.         <textAlign>right</textAlign>
  527.         <font>Geneva</font>
  528.         <textSize>9</textSize>
  529.         <textStyle>condense</textStyle>
  530.         <textStyle>outline</textStyle>
  531.         <textHeight>12</textHeight>
  532.         <name>Author</name>
  533.         <script></script>
  534.     </part>
  535.     <part>
  536.         <id>38</id>
  537.         <type>field</type>
  538.         <visible> <true /> </visible>
  539.         <dontWrap> <false /> </dontWrap>
  540.         <dontSearch> <true /> </dontSearch>
  541.         <sharedText> <false /> </sharedText>
  542.         <fixedLineHeight> <true /> </fixedLineHeight>
  543.         <autoTab> <false /> </autoTab>
  544.         <lockText> <false /> </lockText>
  545.         <rect>
  546.             <left>6</left>
  547.             <top>34</top>
  548.             <right>364</right>
  549.             <bottom>336</bottom>
  550.         </rect>
  551.         <style>scrolling</style>
  552.         <autoSelect> <false /> </autoSelect>
  553.         <showLines> <false /> </showLines>
  554.         <wideMargins> <false /> </wideMargins>
  555.         <multipleLines> <false /> </multipleLines>
  556.         <reservedFamily> 0 </reservedFamily>
  557.         <titleWidth>0</titleWidth>
  558.         <icon>0</icon>
  559.         <textAlign>left</textAlign>
  560.         <font>Geneva</font>
  561.         <textSize>9</textSize>
  562.         <textStyle>plain</textStyle>
  563.         <textHeight>12</textHeight>
  564.         <name>lyrics</name>
  565.         <script>on mouseup
  566. if the optionKey is down then set lockText of field lyrics to false
  567. end mouseup
  568.  
  569. </script>
  570.     </part>
  571.     <part>
  572.         <id>49</id>
  573.         <type>button</type>
  574.         <visible> <true /> </visible>
  575.         <reserved5> 0 </reserved5>
  576.         <reserved4> 0 </reserved4>
  577.         <reserved3> 0 </reserved3>
  578.         <reserved2> 0 </reserved2>
  579.         <reserved1> 0 </reserved1>
  580.         <enabled> <true /> </enabled>
  581.         <rect>
  582.             <left>373</left>
  583.             <top>293</top>
  584.             <right>434</right>
  585.             <bottom>340</bottom>
  586.         </rect>
  587.         <style>transparent</style>
  588.         <showName> <true /> </showName>
  589.         <highlight> <false /> </highlight>
  590.         <autoHighlight> <true /> </autoHighlight>
  591.         <sharedHighlight> <false /> </sharedHighlight>
  592.         <family>0</family>
  593.         <titleWidth>0</titleWidth>
  594.         <icon>20186</icon>
  595.         <textAlign>center</textAlign>
  596.         <font>Geneva</font>
  597.         <textSize>10</textSize>
  598.         <textStyle>bold</textStyle>
  599.         <name>Sort Songs</name>
  600.         <script>on mouseUp
  601. ask "Sort all songs according to:" with Title
  602. if it is empty or it is "Cancel" then exit mouseUp
  603. else if there is no bg field it then
  604. answer "There is no bkgnd field" && it & "."
  605. exit mouseUp
  606. else put it into TheField
  607. if TheField is Time then
  608. put "dateTime" into sortType
  609. else put "Text" into sortType
  610. -- "Numeric" and "International" are other options
  611. answer "In which direction do you want to sort?" with┬¼
  612. "Descending" or "Ascending" or "Cancel"
  613. if it is "Cancel" then exit mouseUp
  614. put it into sortDirection
  615. do "sort cards of this bkgnd" && sortDirection && sortType && "by bg field" && TheField
  616. end mouseUp</script>
  617.     </part>
  618.     <part>
  619.         <id>29</id>
  620.         <type>field</type>
  621.         <visible> <true /> </visible>
  622.         <dontWrap> <false /> </dontWrap>
  623.         <dontSearch> <true /> </dontSearch>
  624.         <sharedText> <false /> </sharedText>
  625.         <fixedLineHeight> <true /> </fixedLineHeight>
  626.         <autoTab> <false /> </autoTab>
  627.         <lockText> <false /> </lockText>
  628.         <rect>
  629.             <left>351</left>
  630.             <top>33</top>
  631.             <right>512</right>
  632.             <bottom>49</bottom>
  633.         </rect>
  634.         <style>transparent</style>
  635.         <autoSelect> <false /> </autoSelect>
  636.         <showLines> <false /> </showLines>
  637.         <wideMargins> <false /> </wideMargins>
  638.         <multipleLines> <false /> </multipleLines>
  639.         <reservedFamily> 0 </reservedFamily>
  640.         <titleWidth>0</titleWidth>
  641.         <icon>0</icon>
  642.         <textAlign>right</textAlign>
  643.         <font>Geneva</font>
  644.         <textSize>9</textSize>
  645.         <textStyle>condense</textStyle>
  646.         <textStyle>outline</textStyle>
  647.         <textHeight>12</textHeight>
  648.         <name>copywrite</name>
  649.         <script></script>
  650.     </part>
  651.     <part>
  652.         <id>52</id>
  653.         <type>button</type>
  654.         <visible> <true /> </visible>
  655.         <reserved5> 0 </reserved5>
  656.         <reserved4> 0 </reserved4>
  657.         <reserved3> 0 </reserved3>
  658.         <reserved2> 0 </reserved2>
  659.         <reserved1> 0 </reserved1>
  660.         <enabled> <true /> </enabled>
  661.         <rect>
  662.             <left>490</left>
  663.             <top>313</top>
  664.             <right>512</right>
  665.             <bottom>342</bottom>
  666.         </rect>
  667.         <style>transparent</style>
  668.         <showName> <false /> </showName>
  669.         <highlight> <false /> </highlight>
  670.         <autoHighlight> <true /> </autoHighlight>
  671.         <sharedHighlight> <false /> </sharedHighlight>
  672.         <family>0</family>
  673.         <titleWidth>0</titleWidth>
  674.         <icon>1013</icon>
  675.         <textAlign>center</textAlign>
  676.         <font>Chicago</font>
  677.         <textSize>12</textSize>
  678.         <textStyle>plain</textStyle>
  679.         <name>Next</name>
  680.         <script>on mouseUp
  681. if the number of this card is 48 then
  682. answer "This is the last song card."
  683. else
  684. visual effect scroll left
  685. go to next card
  686. end if
  687. end mouseUp
  688.  
  689. </script>
  690.     </part>
  691.     <name>Song Bkgnd</name>
  692.     <script>on doMenu iName, mName
  693. if iName=Prev then
  694. send mouseUp to background button "Prev"
  695. else if iName=Next then
  696. send mouseUp to background button "Next"
  697. else pass doMenu
  698. end doMenu</script>
  699. </background>
  700.